﻿
@charset "utf-8";
@import url('../css.css');
@import url('../css-1.css');

html {
    height: 100% !important;
}

body {
    margin: 0;
    padding: 0;
    height: 100% !important;
    background-color: #000;
}

.full-a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    text-indent: 200%;
    opacity: 0;
}

h1 {
    font-size: 78px;
    font-family: 'Oswald', sans-serif;
}

.m-menu {
    position: fixed;
    padding: 10px 20px;
    color: #fff;
    right: 0;
    top: 0;
    background-color: #292929;
    display: none;
    z-index: 98;
    font-size: 35px;
    cursor: pointer;
}

    .m-menu:hover {
        background-color: #FFC55F;
        color: #000;
    }

.top-arrow {
    position: fixed;
    padding: 10px 20px;
    background-color: #FFC55F;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 98;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

    .top-arrow span {
        display: block;
        font-size: 11px;
        margin-top: 0;
    }

.section {
    position: relative;
    min-height: 400px;
}

.home-section {
    height: 100%;
}

.about-section {
    text-align: center;
    padding: 120px 0;
}

    .about-section h1 {
        color: #fff;
        font-size: 50px;
    }

    .about-section figure {
        font-family: 'Oswald', sans-serif;
        ;
        font-size: 40px;
    }

    .about-section figcaption {
        display: table-cell;
        height: 100%;
        flex-direction: column;
        vertical-align: middle;
    }

.sub-intro-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sub-intro-ani {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    transform-origin: center center;
    -webkit-transition: all 20s ease-out;
    -moz-transition: all 20s ease-out;
    -o-transition: all 20s ease-out;
    transition: all 20s ease-out;
    transform: scale(1);
    -ms-transform: scale(1);
}

.sub-intro-ani-go {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.logo-container {
    position: relative;
    padding: 36px 0;
    width: 119px;
    margin: 0 auto;
}

.menu-container {
    position: relative;
    height: 58px;
    background-color: #292929;
    font-family: 'Oswald', sans-serif;
    width: 930px;
    margin: 0 auto;
    border-bottom: 1px solid #FFC55F;
}

.menu-buts {
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width: 680px;
}

.menu-right {
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.menu-container ul {
    position: relative;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
}

.menu-container li {
    padding: 20px;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    display: table-cell;
    margin: 0;
    padding: 0;
    height: 100%;
    flex-direction: column;
    vertical-align: middle;
}

.pic-wrapper::after, .sub-intro-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0,0,0,0.6);
}



/* menubut */

.button {
}

    .button:focus {
        outline: none;
    }

    .button > span {
        vertical-align: middle;
    }
    /* Aylen */
    .button.button--aylen {
        background: #292929;
        color: #fff;
        overflow: hidden;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

.button--aylen.button--inverted {
    background: none;
    color: #fff;
}

.button--aylen::before,
.button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--aylen::before {
    background: #FFDFAA;
}

.button--aylen::after {
    background: #FFC55F;
}

.button--aylen:hover::before,
.button--aylen:hover::after {
    -webkit-transform: translate3d(0, -100%, 0) !important;
    transform: translate3d(0, -100%, 0) !important;
}

.button--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

.button--aylen:hover {
    color: #292929;
}

.menu-buts .selected {
}

    .menu-buts .selected::before,
    .menu-buts .selected::after {
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }

/*menubut*/


.slogan-container {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    padding-top: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 4;
    min-height: 680px;
}

    .slogan-container img {
        width: 60%;
        height: auto;
        margin: 0 auto;
    }

    .slogan-container p {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    }

        .slogan-container p a {
            color: #FFC55F;
        }

    .slogan-container h1 {
        color: #fff;
        font-size: 70px;
    }

    .slogan-container p {
        color: #fff;
        font-size: 25px;
        font-family: 'Raleway', sans-serif;
    }

.arrow {
    position: absolute;
    width: 100%;
    bottom: 50px;
    z-index: 5;
    text-align: center;
}

.services {
    position: relative;
    padding: 0 120px;
}

    .services ul {
        list-style: none outside none;
        padding-left: 50px;
    }

    .services li {
        font-family: 'Raleway', sans-serif;
        font-size: 17px;
        padding: 4px;
        position: relative;
    }

        .services li:before {
            background-color: #000;
            content: "";
            height: 1px;
            margin-left: -30px;
            position: absolute;
            top: 16px;
            width: 28px;
        }

    .services .section-content h1 {
        font-size: 50px;
        color: #000;
        margin-bottom: 30px;
        position: relative;
    }



.s1 {
    height: 700px;
    
}

.s2 {
    height: 700px;
}

.s1-fırst {
    
}

.s1 .section-content {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #FFC55F;
    position: relative;
    display: table-cell;
    flex-direction: column;
    vertical-align: middle;
    padding: 120px;
    margin-top: -120px;
    border-right: 1px solid #292929;
}

.firsts1 {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    margin-top: 0;
}

.s1go {
    margin-top: -120px !important;
    opacity: 1;
}

.s1 .section-image {
    float: right;
    width: 50%;
    height: 100%;
}

.rslides {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

    .rslides div {
        background: no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
    }

.s2 .section-image {
    float: left;
    width: 50%;
    height: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -120px;
    border-right: 1px solid #292929;
}

.s2 .section-content {
    float: right;
    width: 50%;
    height: 100%;
    background-color: #FFC55F;
    position: relative;
    display: table-cell;
    flex-direction: column;
    vertical-align: middle;
    padding: 120px;
}

.lang-container {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 57px;
    background-color: #5C5C5C;
    font-family: Arial;
    font-size: 10px;
    border-right: 1px solid #292929;
    padding: 0 20px;
}

    .lang-container ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: relative;
        height: 30px;
    }

    .lang-container li {
        width: 30px;
        height: 30px;
        border-radius: 99px;
        text-align: center;
        vertical-align: middle;
    }

    .lang-container ul > :first-child {
        margin-right: 5px;
        position: relative;
    }

    .lang-container a {
        color: #fff;
        text-decoration: none;
    }

    .lang-container .secili {
        background-color: #FFC55F !important;
    }

    .lang-container li:hover {
        background-color: #292929;
    }

    .lang-container .secili a {
        color: #000 !important;
    }

.social-container {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 57px;
    width: 100%;
    background-color: #5C5C5C;
    width: 149px;
    padding-left: 17px;
    padding-right: 7px;
}

    .social-container ul {
        margin: 0;
        padding: 0;
        height: 30px;
    }

        .social-container ul li {
            opacity: 0.7;
        }

            .social-container ul li:hover {
                opacity: 1;
            }

    .social-container a {
        color: #fff;
        padding: 0;
        font-size: 22px;
        margin-right: 10px;
        cursor: pointer;
        line-height: 17px;
    }

.ik-section {
    background-color: #fff;
    margin: -134px auto 250px;
    position: relative;
    width: 600px;
}

    .ik-section .section-content {
        padding: 40px;
    }

    .ik-section h1 {
        color: #000;
        font-size: 30px;
        margin-bottom: 30px;
        position: relative;
        text-align: center;
    }

    .ik-section p span {
        display: inline-block;
        font-weight: bold;
        min-width: 80px;
    }

.map-container {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    opacity: 0.6;
}

#btnSubmitHr {
    color: #000 !important;
    display: block;
    margin: 0 auto;
}

.input-group {
    margin-bottom: 20px;
}

.fake-margin {
    height: 130px;
}

footer {
    background-color: #292929;
    position: relative;
    border-top: 1px solid #FFC55F;
    width: 100%;
    margin-top: 0;
    padding: 40px;
    position: relative;
    position: relative;
    color: #fff;
    text-align: center;
}

    footer > span {
        display: inline-block;
        margin: 0;
    }

    footer a, footer a:hover {
        color: #fff;
        margin: 0 20px;
    }

    footer p {
        margin-top: 30px;
    }

    footer i {
        font-size: 30px !important;
        margin: 30px 10px 0 10px;
    }

.footer-social a {
    margin: 0 5px;
}

    .footer-social a:hover {
        margin: 0 5px;
    }

.mobil-logo-container {
    display: none;
    position: fixed;
    left: 10px;
    top: 10px;
    width: 80px;
    z-index: 99;
}

    .mobil-logo-container img {
        width: 100%;
        height: auto;
    }

.mobil-menu-container {
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 99;
    background-color: #000;
    color: #fff;
}

    .mobil-menu-container a {
        color: #fff;
        text-decoration: none;
        font-size: 30px;
        font-family: "Oswald",sans-serif;
    }

        .mobil-menu-container a:hover {
            color: #FFC55F;
        }

    .mobil-menu-container ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        .mobil-menu-container ul li {
            margin: 20px;
        }


.open {
    display: flex;
}

.mobil-menu-container .lang-container {
        position:absolute;
        bottom:50px;
        width:100%;
        margin:0 auto;
        z-index:99;
        background-color:#000;
        text-align:center;
    }
    .mobil-menu-container .lang-container li {
            display: inline-block;
    height: 60px;
    width: 60px;
    padding-top: 9px;
    }


@media screen and (max-width: 810px) {

    .header {
        display: none;
    }

    .mobil-logo-container {
        display: block;
    }

    .m-menu {
        display: block !important;
        top: 16px;
        right: 10px;
        border-radius: 999px;
    }

    .slogan-container {
        padding-top: 0;
    }

        .slogan-container img {
            width: 100%;
        }

        .slogan-container h1 {
            font-size: 36px;
        }

        .slogan-container p {
            font-size: 20px;
        }

    .top-arrow {
        display: none !important;
    }

    .services {
        padding: 0;
    }

        .services .section-content h1 {
            font-size: 36px;
        }

    .s1 {
        height: auto;
        margin: 0;
    }

    .s2 {
        height: auto;
    }

    .s1 .section-content {
        width: 100%;
        float: none;
        height: auto;
        padding: 30px;
        margin-top: 0;
        display: block;
    }

    .s1 .section-image {
        width: 100%;
        float: none;
        height: 400px;
        margin-top: 0;
    }

    .s2 .section-content {
        width: 100%;
        float: none;
        height: auto;
        padding: 30px;
        margin-top: 0;
        display: block;
    }

    .s2 .section-image {
        width: 100%;
        float: none;
        height: 400px;
        margin-top: 0;
    }

    .ik-section {
        width: 100%;
        margin: -134px auto 50px;
    }

    footer > span {
        display: block;
        margin: 10px 0;
    }

    
}
